home *** CD-ROM | disk | FTP | other *** search
/ Hidden Truth / Hidden Truth.iso / data / vjent / et5.dcr / 00071.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  168 b   |  12 lines

  1. on exitFrame
  2.   startTimer()
  3.   repeat while the timer < 30
  4.     nothing()
  5.   end repeat
  6.   if soundBusy(1) then
  7.     sound stop 1
  8.   end if
  9.   playSound()
  10.   updateStage()
  11. end
  12.